(Fformat_network_address): New function.
authorKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 08:03:41 +0000 (08:03 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 08:03:41 +0000 (08:03 +0000)
commit1a0adb5484d3d0a04e2ae186a90dd43bd71188ee
treeabfbb8e387ed7592cf091d39f9bcf1a0f38ab9df
parent39c04f6a460fdbaf8513f32f3da02df24be03c52
(Fformat_network_address): New function.
(syms_of_process): Defsubr it.
(list_processes_1): Use it to format :local/:remote address if
service/host is not set; before emacs would crash in that case.
(Fmake_network_process): Don't use Ffind_operation_coding_system
to setup coding system if host or service is not set.
src/process.c